home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-1097 / AMOSLIST / text0190.txt < prev    next >
Encoding:
Text File  |  1998-06-24  |  1.8 KB  |  45 lines

  1. > How do I save a certain sentence of speech (from the say command)
  2. > out as an IFF sample?
  3.  
  4.    I think you are confusing the two... 
  5.  
  6.    The Say command uses a synthetic speech system to actually speak
  7.    the words you enter in a string. Due to the fact that the speech is
  8.    entirely synthetic based on vocal sounds/phonetics the quality is
  9.    obviously poor compared to that of an actual human (well most humans
  10.    anyway).
  11.  
  12.    An IFF sample is produced by actually recording a sound. This sound
  13.    can be anything from a bird chirping to a person speaking. Due to
  14.    the sound-data being record in real-time and stored in digital format,
  15.    the sound quality is entirely dependant upon the frequency of the
  16.    sampling rate. Personally, I have found that a frequency of 11,000-
  17.    12,000K captures speech at a quality good enough for use in
  18.    games and such.
  19.  
  20.    You can hear such speech (recorded at 11,500K) in the SideShooter
  21.    Demo6 which is currently available from the CBATNAM webpage...
  22.  
  23.  
  24.    Anyway, I can't quite see why you would want to convert the
  25.    synthetic speech to a sample, but I assume it is because you do not
  26.    have access to a sound-sampler correct?
  27.  
  28.    If this is the case, just e-mail me a list of the speech samples you
  29.    need and I will record a few for you.  The quality will be MUCH better
  30.    and I don't know how you could convert the Synthetic speech to a
  31.    sample as I have never tried to do this before.
  32.  
  33.    Of course, it's certainly possible (nearly everything is) and if you had
  34.    a thorough understanding of the narrator.device then you could
  35.    probably grab each word as the data was being passed to Paula.  A
  36.    better method might be to create your own synthetic speech system,
  37.    but unless you have a tremendous interest in this sort of thing, you'd
  38.    be better off just having the speech sampled...
  39.  
  40.  
  41.       Take  care,
  42.       GARFIELD
  43.  
  44.  
  45.